home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / extrem_t.exe / scripts / DefineSprite_485 / frame_2 / DoAction.as
Text File  |  2012-08-27  |  140b  |  8 lines

  1. tps = int((getTimer() - initTps) / 1000);
  2. if(60 < tps)
  3. {
  4.    _parent.reponse = 0;
  5.    _parent.status = 6;
  6.    _parent.gotoAndStop(8);
  7. }
  8.